home *** CD-ROM | disk | FTP | other *** search
- >If OpenFile(0,"s:startup-sequence")
- > Maxlen in$,30
- > Fields 0,in$
- > Get 0,0
- > DefaultOutput
- > Nprint in$
- > CloseFile 0
- >EndIf
- >MouseWait:End
- >
- Hiya. Well, the only thing that I can see wrong with this program
- is in the second line 'Maxlen in$,30' should be 'Maxlen in$=30'.
- One other thing that I'm concerned about is openning a text file as
- a random access file. Shouldn't you use sequencial access? Try it
- out, this little program should not be that much of a problem.
-
-
-